home *** CD-ROM | disk | FTP | other *** search
- Path: uunet!samsung!munnari.oz.au!metro!sunaus.oz!newstop!sun!NSFnet-Relay.AC.UK
- From: rlh2%ukc.ac.uk@NSFnet-Relay.AC.UK (Richard Hesketh)
- Newsgroups: comp.sources.x
- Subject: v07i035: Xselect -- set/read properties from keyboard/script, Patch1, Part01/01
- Message-ID: <135598@sun.Eng.Sun.COM>
- Date: 12 May 90 07:58:15 GMT
- Sender: news@sun.Eng.Sun.COM
- Lines: 40
- Approved: argv@sun.com
-
- Submitted-by: Richard Hesketh <rlh2%ukc.ac.uk@NSFnet-Relay.AC.UK>
- Posting-number: Volume 7, Issue 35
- Archive-name: xsel/patch1
- Patch-To: xsel: Volume 6, Issue 79
-
- This patch fixes a missing argument to the XCreateSimpleWindow() call
- Thanks to Phil Karlton <karlton@wpd.sgi.com> for spotting it.
-
- *** xselection.c.old Fri Apr 13 14:45:48 1990
- --- xselection.c Tue Apr 24 09:03:56 1990
- ***************
- *** 186,192 ****
-
- /* this window never gets mapped - its simply used as an ID */
- window = XCreateSimpleWindow(dpy, DefaultRootWindow(dpy),
- ! 0, 0, 1, 1, 0, 0);
-
- if (want_to_own)
- /* set the selection and wait for someone to take it */
- --- 186,192 ----
-
- /* this window never gets mapped - its simply used as an ID */
- window = XCreateSimpleWindow(dpy, DefaultRootWindow(dpy),
- ! 0, 0, 1, 1, 0, 0, 0);
-
- if (want_to_own)
- /* set the selection and wait for someone to take it */
-
- *** patchlevel.h.old Tue May 1 11:51:22 1990
- --- patchlevel.h Tue May 1 11:51:36 1990
- ***************
- *** 1 ****
- ! #define PATCHLEVEL 0
- --- 1 ----
- ! #define PATCHLEVEL 1
-
- dan
- ----------------------------------------------------
- O'Reilly && Associates argv@sun.com / argv@ora.com
- Opinions expressed reflect those of the author only.
-